home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / infop146.arc / INFOPLUS.HIS < prev    next >
Text File  |  1991-06-04  |  22KB  |  400 lines

  1. Changes by Andrew Rossmann v 1.46 (5/28/91)
  2. Page 2: If an i486 is found without a coprocessor, then an i486SX will
  3.         be assumed. An i486SX w/ 487 will show as an i486.
  4. Page 6: Most of the VGA chipsets will return more information.
  5. Page 18:NEW PAGE (sort of).
  6.         Moved the TSR and drivers section of page 10 here.
  7.         Corrected VDS product version number display. Also tell if
  8.          VDS's BIOS data bit is set ($40:$7B, bit 5)
  9.         Added detection of TBScanX (a virus scanner)
  10.         Added detection of WildUnix (a Unix-like wildcard expander)
  11.         Added detection of DOS/16M (a protected mode interface)
  12.         Added detection of Inset (a text/graphics program)
  13.         Added detection of Microsoft CD-ROM extensions (MSCDEX)
  14.         Added detection of Fossil drivers
  15.         Added detection of Video Fossil drivers
  16. WARNING! Page 18 could lock up under Desqview. I'm still investigating.
  17. Page 19:Former page 18 (Thank you page.)
  18.  
  19.  
  20. Changes by Andrew Rossmann v 1.45 (2/11/91)
  21. All:    If Desqview is detected, all screen output will be done using
  22.         the BIOS, allowing INFOPLUS to work in a window even on
  23.         non-386's. This may affect screen printing.
  24. Page 1: Detailed info will only be shown on an AT or better (as told by
  25.         the machine byte at $FFFF:$E.)
  26.         Added detection of several computers, including Toshiba
  27.         T5200/100 and T1200/XE, IBM model 90's, and the PS/1.
  28. Page 6: Added detection of XGA (MicroChannel systems only for now.)
  29. Page 8: 16450 UART now detected (was shown as 8250 before.)
  30.         Added detection of AdLib, SoundBlaster, and Roland MPU-401.
  31.         If AdLib detected, it checks if the SOUND.COM driver is loaded
  32.         and tells you the version and interface address if found.
  33.         If COM port is at address $0000 (Desqview giving no access)
  34.         it shows N/A for address, and gives no other info.
  35.         Ports at address above $FFF should display correctly.
  36. Page 9: DR-DOS should be detected.
  37.         Under DOS 5, will tell if UMBs are part of DOS memory chain.
  38.         Under DOS 4+, tell if BUFFERS are in EMS, and their handle.
  39. Page 10:If Windows 3 in enhanced mode is detected, information about
  40.         the display is given.
  41.         If Desqview is detected, extra video and memory info given.
  42.         Added detection of TAME.
  43.         Added detection of QEMM/QRAM, MANIFEST (resident), and VIDRAM.
  44.         Added detection of pcAnywhere.
  45.         Added detection of Disk Spool II.
  46.         Added detection of DOS 4 GRAPHICS.COM.
  47.         Added detection of Win 3's EGA.SYS.
  48.         Added detection of DRIVER.SYS (note: DOS 4 appears to support
  49.         some of it's functions, so it may show yes.)
  50.         Added detection of the F-PROT package.
  51.         Added detection of ANARKEY.
  52.         Added detection of Virtual DMA Specification (VDS) [NOTE: Is
  53.         supported by QEMM!!]
  54.         Added detection of Common Access Method SCSI drivers.
  55.         Added detection of PC/TCP Packet drivers.
  56. Page 16:You can use the up and down arrow keys to look at the BPB
  57.         information for all drives.
  58. Page 17:CMOS info will only show for an AT or better (as told by the
  59.         machine byte at $FFFF:$E.)
  60.         NOTE: It seems as if 386 based PS/2's have non-standard CMOS
  61.         tables. Ignore warnings about bad CMOS checksum.
  62. Tech:   Program re-organized into Units.
  63.         Source code distributed separately.
  64.         Added information pages that you can print out.
  65. NOTE!!->I'm having problems running under Desqview. I'm still trying to
  66.         figure out what's happening. Be aware that the program could
  67.         lock up at any time.
  68.  
  69.  
  70. Changes by Andrew Rossmann v 1.41 (12/8/90)
  71. All:    Re-compiled under Turbo Pascal 6. No special features used.
  72. Page 6: Check for Tseng chips should no longer cause problems if you
  73.         really have a Tseng chipset.
  74. Page 8: Corrected bug in UART detection.
  75. Page 16:When reading Boot info, no longer tries looking at the drive
  76.         that is one below the current default. (ie: B: if C: was the
  77.         default.) This primarily affects DOS 3.30 and 3.31 users only.
  78. Technical: .INC files renamed to .PAS for easier use under the new IDE.
  79.  
  80. Changes by Andrew Rossmann v 1.40 (11/12/90)
  81. All:    New Command! Alt-P will pop up a window in which you can send a
  82.         copy of the data part of the screen to a file or the printer.
  83.         You can have any non-standard characters converted into Normal
  84.         ASCII. You can also have an extra line added to the printout.
  85.         You can use it to identify the computer, or whatever.
  86. Page 6: Display 'Checking for xxxx' before trying to detect video
  87.         types and chipsets.
  88.         Paradise information checking now reads the chips directly,
  89.         instead of relying on the BIOS, which seemed to be causing
  90.         problems with some boards. It seems as if some may not be
  91.         detected.
  92.         Corrected ZyMOS detection.
  93.         CTI chips will only be detected if a CTI BIOS is found. Direct
  94.         chip detection caused problems with some other boards.
  95. Page 8: Serial port info now displays the type of UART found. The
  96.         16450 (found on many AT's) will be listed as an 8250. The
  97.         16550AFN and 16550AN will display as 16550AN.
  98. Page 9: No longer gets stuck in an infinite loop when trying to
  99.         determine STACKS on some computers.
  100. Page 11:The environments' location, size, amount used, and free
  101.         space are now shown.
  102. Page 17:Day of Week no longer shown since most BIOS's do not set it.
  103.  
  104.  
  105. Changes by Andrew Rossmann v 1.35 (10/7/90)
  106. All:    If using <ENTER> to jump to a page, and you enter something illegal,
  107.         the page name will be restored on the bottom line.
  108. Page 3: If no Free XMS is available, will now say 0K, instead of ERROR.
  109. Page 6: More VGA chipsets detected, including Ahead, Cirrus, Chips&Technologies
  110.         Genoa, Trident, Tseng and ZyMOS.
  111.         VESA mode detection will only check values that the board or driver
  112.         says is available, instead of trying everything.
  113. Page 8: Under Desqview, if not given priveleges for COM ports, will report
  114.         NA for baud, instead of bombing with 'Runtime Error 200'.
  115. Page 17:Thank You info moved to page 18.
  116.         NEW PAGE! Lists information contained in your CMOS memory, if a
  117.         PC/AT or compatible is detected.
  118. Page 18:Thank you information. Formerly page 17.
  119. INFOPLUS.ASM:   Several new routines added for detecting VGA chipsets.
  120.                 DISKREAD modified to work with Compaq 3.31 and other
  121.                 non-DOS 4's that support >32M partitions using the extended
  122.                 read routine format.
  123.  
  124. Changes by Andrew Rossmann v 1.31 (9/4/90)
  125. Page 2: Corrected bug that could cause lock-ups on PC's without coprocessor.
  126. INFOPLUS.ASM:   Corrected ndp routine to not generate WAITs!!
  127.  
  128.  
  129. Changes by Andrew Rossmann v 1.30 (9/3/90)
  130. All:    If you are in MODE BW80 or MODE MONO, you will get black and white.
  131. Page 1: More machine types identified.
  132. Page 2: Some of the Machine Status Word bits are identified.
  133.         CPU and NDP detection routines further modified. NDP detection lockups
  134.         appear to be fixed (tested by George Toye.)
  135.         On 386/486 CPUs, check BIOS to see if Weitek coprocessor present.
  136. Page 3: Conventional memory sizes now also given in K.
  137.         DPMI detection now works!!
  138.         No VCPI check if DPMI detected (DPMI takes precedence over VCPI).
  139. Page 6: If a VESA driver or board is detected, you will get a listing of all
  140.         VESA modes supported and info about them.
  141. Page 10:Added detection of Desqview and Windows 3.
  142. Page 11:Show current program name and it's path.
  143. Page 15:OS/2 High Performance File System (HPFS) added.
  144. INFOPLUS.ASM:   All routines are now using the FAR model.
  145.                 Slightly modified 486 detection.
  146.                 Removed FSAVE from NDP detection, appeared to be the culprit.
  147.                 Modified LONGCALL to have a similar format to Intr and MsDos.
  148.                 New routines AltIntr and AltMsDos. These use self-modifying
  149.                 code to generate true interrupts. The standard TP routines
  150.                 do not, and will not trigger protected mode routines.
  151.  
  152.  
  153. Changes by Andrew Rossmann v 1.25 (8/10/90)
  154. Page 2: The CPU and NDP detection has been overhauled. First, the
  155.         tests are now run seperately, making it easier to tell which
  156.         part is causing problems. The CPU detection code has beeen
  157.         modified AGAIN, this time from code sent to me by John Levine,
  158.         who said he got it from the Intel '486 manual. Also, the NDP
  159.         detection has been modified to reduce the chance of getting an
  160.         'unknown coprocessor' message. Test8087 is no longer used.
  161. INFOPLUS.ASM: New coding in the CPU and NDP detections, increasing
  162.               reliability, and allowing seperate testing. This new
  163.               code should also detect the 486!!
  164.               Put some comments in the ATIINFO routine.
  165.  
  166.  
  167. Changes by Andrew Rossmann v 1.21 (8/5/90)
  168. Page 2: Slightly modified the CPU detection to disable interrupts
  169.         during the 286/386 tests. Hopefully, this will fix the
  170.         ongoing problems.
  171. Page 6: The information returned when an ATI video board is detected
  172.         is now correct. NOTE: The monitor INFOPLUS says may not be
  173.         exactly what you have the board set to. There are only 16
  174.         possible selections, and many of the 'models' actually use
  175.         the same settings. I can only use the information that ATI
  176.         gives with the board. They probably have more information
  177.         (such as 8/16 bit mode) buried somewhere that they won't
  178.         release.
  179.  
  180.  
  181. Changes by Andrew Rossmann v 1.20 (7/29/90)
  182. Page 1: Thanks to information posted to USENET by James Howard of
  183.         Dell Computer Corporation, most later model Dell's will be
  184.         directly identified.
  185.         The adapter ROM scan now searches at 2K boundaries. This will
  186.         hopefully detect what QEMM calls 'split roms.'
  187. Page 2: Due to continued problems with the CPU detection locking up
  188.         computers, I am now using the original detection code. This
  189.         uses differences in the Flags registers to distinguish a 386
  190.         from a 286. The 486 will not be directly identified. A side
  191.         benefit is that you can now run safely under Windows 3
  192.         enhanced mode.
  193.         The coprocessor detection code sometimes thinks you have one
  194.         when you don't. This gives an 'unknown coprocessor - FF'
  195.         message. Now, if that happens, I check to see if Turbo Pascal
  196.         found one (the Test8087 variable.) If it didn't find one, I
  197.         now say 'none.'
  198. Page 9: The file handle count should now be more accurate. I search
  199.         where DOS keeps it's FILES lists, and get my counts that way.
  200. Page 16:Tells whether an extended boot signature is found (DOS 4.)
  201.         If extended boot signature, tell the physical drive number
  202.         (hard disks start at 128, floppies at 0.)
  203. INFOPLUS.ASM: Commented out 'invalid opcode' CPU detection method, and
  204.               re-enabled the original detection code. This results in
  205.               the inablity to detect the '486.
  206.  
  207.  
  208. Changes by Andrew Rossmann v 1.10 (7/20/90)
  209. Page 1: ROM search now displays size of ROMs found.
  210. Page 3: If an XMS driver is found, various information about it
  211.         is now displayed.
  212.         All EMS memory is now given in K instead of pages.
  213. Page 6: Added detection of Paradise, Video 7, and ATI VGA boards. Some
  214.         additional information and the correct memory size is given.
  215. Page 7: Tell whether the Mouse driver is shadowing the EGA registers.
  216. Page 10:A hopefully generic Network check was added.
  217.         The CDROM detection might work better. Also displays what
  218.         drives are actually CDROM.
  219. Page 15:Now only search for drives $80 to $99. Going beyond that
  220.         caused exception errors under EMM386.SYS (the Win 3 version.)
  221. Page 17:Corrected a bug that caused part of the screen to scroll
  222.         when running under Desqview (I hope.)
  223. INFOPLUS.ASM: Added new LONGCALL routine. This is needed for the XMS
  224.         checking. LONGCALL calls a routine using a FAR CALL instead of
  225.         the more normal INT functions.
  226.         Since TASM 2.0 supports the 486, the XADD macro is now
  227.         commented out.
  228.  
  229.  
  230. Changes by Andrew Rossmann v 1.0 (6/25/90)
  231. All:    Due to confusions with Steve Grant continuing to release
  232.         new versions, I am renaming my version to INFOPLUS.
  233.         The documentation for SYSID 4.4 states that the source and
  234.         object code are public domain. SG's newer versions are
  235.         copywritten, and no longer contain source code. All
  236.         of my versions WILL ALWAYS continue to contain the source
  237.         code, and WILL ALWAYS be public domain!! Like FRACTINT, I
  238.         hope for this program to slowly grow as people add their own
  239.         ideas.
  240. All:    Changed colors to blue background, with text of LightGray
  241.         and LightCyan.
  242.         You now press the DOWN ARROW key to continue a long screen.
  243.          This lets you move to another page without looking at all
  244.          the information.
  245.         A title telling what is on the page appears at the bottom.
  246. Page 0: New page, shows contents of each page. HOME always goes here.
  247.         Also, this eliminates the chance that scanning the ROM could
  248.         lock up the program, preventing its use. If that happens, you
  249.         can just go to another page directly.
  250. Page 2: The V20/V30 should be correctly detected.
  251. Page 3: Added detection of XMS, DPMI (untested) and VCPI.
  252.         DPMI detection is tentative, since it's still in the formative
  253.         stages. Windows 3.0 is the first program to support it.
  254.         Under EMS 4, handle names will be listed (not all programs
  255.          give their handles names.)
  256. Page 9: Added count of FCB's (File Control Blocks.)
  257.         Added count of Dos STACKS (DOS 4 only.)
  258. Page 10:Added detection of DOS (should always be YES!!)
  259.         Added detection of JP Software's 4DOS (and other info on it.)
  260.         Added detection of CD-ROM extensions.
  261. Page 13:For default drive, tells what type it is, if it is removable,
  262.         has doorlock detection, is JOIN'd, or SUBST'd (and shows the
  263.         true path.)
  264. Page 17:New page, just thanks you for using INFOPLUS, and gives
  265.         some places I can be reached.
  266.  
  267.  
  268. The following are my versions of SYSID. It's very likely that some
  269. of these version numbers may overlap Steve Grant's!!
  270.  
  271. Changes by Andrew Rossmann (5/28/90) v 5.1
  272. Page 2: Corrected bug in 386 detection code actually in SYSID.ASM.
  273.           This bug could cause lock-ups or exception errors on
  274.           386, 386SX, or 486 systems.
  275.  
  276. Changes by Andrew Rossmann (1/19/90) v 5.0
  277. Page 9: Added buffer count (and read-ahead) for DOS 4!
  278. Page 15:Added several more partition types.
  279.  
  280.  
  281. Changes by Andrew Rossmann (12/31/89) v 4.8
  282. Page 2: Added recognition (I hope) of the '486. This involved
  283.         replacing the code that detects the 286/386 with newer
  284.         code by Robert Collins.
  285. Page 5: Added the extended modes of the Paradise VGA boards.
  286.         (Considering that the CRT unit forces the screen into a
  287.         standard text mode at startup, most of the entries are
  288.         sort of useless right now.)
  289. Page 15:Added Disk Manager, Speedstore, Split (?), and GB (?) to
  290.         the recognized partition types.
  291.         Corrected some erroneous numbers in the starting cylinder
  292.         and sector.
  293.  
  294. Changes by Andrew Rossmann (9/30/89) v 4.7
  295. All:    Re-compiled under Turbo Pascal 5.5.
  296. Page 9: Reduced the number of files to 255 due to a potential bug
  297.         under DOS 3.30.
  298. Page 10:Added a few extra programs to the multiplex listings. Some of
  299.         these will probably only be recognized under DOS 4 or newer.
  300.  
  301. Changes by Andrew Rossmann (7/2/89) v 4.6
  302. Page 9: Under DOS 3.30 or newer, use a new DOS function call to set
  303.         up space for up to 256 files. The number of total files
  304.         available will now be closer to the FILES= setting, instead
  305.         of being stuck at the 20 that is the default size.
  306.  
  307. Changes by Andrew Rossmann (6/7/89)
  308.         Changed the version to 4.5.
  309. ALL:    Pressing <ENTER> will bring up a 'Page no.=>' prompt. You
  310.         can then type in the number of the page you want to jump to.
  311. Page 9: Added OEM (Original Equipment Manufacturer) Serial number to
  312.         list. Not everyone uses this. Put file handle table sizes
  313.         on one line.
  314.         Changed current time to conform to the format of the current
  315.         country code, including 12-hour format.
  316. Page16: Corrected more DOS4 errors in the Dos Disk Parameter Block
  317.         listings. It seems the number of sectors per FAT has grown
  318.         from 1 byte to 1 word. This pushed the sector # of directory,
  319.         address of device header, media descriptor, access check,
  320.         and next block pointer up 1 byte.
  321.  
  322. Changes by Andrew Rossmann (6/3/89):
  323.         I upped the letter to 'V'.
  324. Page 9: Added 'Boot disk was'. This will display which disk drive
  325.         was used to boot the computer under DOS 4. Under DOS 3,
  326.         this will always display (unknown).
  327.         I changed the file used to figure out the number of available
  328.         file handles from COMMAND.COM to the program itself. This is
  329.         because COMMAND.COM may not always be available (especially
  330.         if you are on floppies.) It's more likely the program itself
  331.         will be available. This uses a DOS 3 or 4 feature that lets
  332.         a program know it's full pathname. (ParamStr(0) in TP5).
  333. Page10: Added extra information about the APPEND command under DOS
  334.         4. Will display which switches are active, and the path
  335.         currently in use.
  336. Page15: Added several parition types, including 'Big DOS-16' (DOS 4
  337.         partitions >32M), XENIX, NOVELL, PCIX, CP/M, and BBT.
  338. Page16: Modified the DISKREAD portion of SYSID.ASM for use under
  339.         DOS 4. Will now correctly read disks with partitions >32M.
  340.         Disks >32M under Compaq DOS 3.31 will probably not work.
  341.  
  342. Changes by Andrew Rossmann (5/29/89):
  343.         I named this version 4.44U for 'U'pdated. Don't know of any
  344.         newer versions.
  345. Page 1: The search for the Copyright message in ROM has been
  346.         expanded to start at F000:C000 instead of F000:E000. This
  347.         test had returned nothing on my Tandy 1000SX. This may
  348.         cause longer waits on other machines. NOTE: the CPUID
  349.         routine does not detect my V20. It returns an unknown type.
  350.         I have no idea why, and I would like to know why. (I also
  351.         have an 8087 if that makes any difference.)
  352. Page 7: If you had a mouse, some information about your keyboard
  353.         ended up scrolling off the screen. Some related info
  354.         has been put on 1 line to prevent scrolling.
  355. Page 9: The method to find the number of available file handles
  356.         had a minor problem. It used the COMSPEC environment
  357.         variable to continuously open COMMAND.COM until an error
  358.         occurred, presumably a 'Too Many open files' error. BUT,
  359.         the files were opened as untyped files, which have a
  360.         default FileMode = 2 (read/write). If your copy of
  361.         COMMAND.COM was read-only (for virus protection), an
  362.         error 5 (Access denied) occured, and 0 available handles
  363.         was shown. This is fixed by setting FileMode:=0 (Read only)
  364.         before opening files.
  365.         The printer echo status is supported under DOS 4.
  366.         The number of buffers is still unknown as I am unable to
  367.         figure it out. Since DOS 4 can have a huge number of
  368.         buffers, and even put them in EMS memory, finding out their
  369.         count may be difficult.
  370. Page13: Information about a floppy now supports the parameters
  371.         for 3.5" drives, and displays number of tracks.
  372. Page16: Now supports DOS 4.0 and Compaq DOS 3.31 with partitions
  373.         >32M (maybe others if they follow the same format.)
  374.         If you have a disk formatted under DOS 4, the boot
  375.         record section will display the volume label, serial number,
  376.         and FAT type of the disk.
  377.  
  378.  
  379. Known bugs: (Steve Grants ver 4.44)
  380. 1) Page 2: The CPU test for interrupts of multi-prefix string
  381. instructions is reliable only on machines whose clock speeds are
  382. less than about 15 MHz.  The 8086 and 8088 are the only CPU's that
  383. don't handle such interrupts correctly, however, and they aren't
  384. (to my knowledge) ever run at anything like 15 MHz.  (This 15 MHz
  385. limit assumes that the timer tick interrupt occurs at the standard
  386. rate of 18.2 Hz.  SYSID could check that, too, I suppose.)
  387. 2) Page 5: The description of foreground color will not mention the
  388. blinking attribute, even if it was enabled before you invoked
  389. SYSID.
  390. 3) Page 10: SYSID used to report incorrectly the statuses of some of
  391. the executable files which use the "multiplex interrupt" (INT
  392. 2FH).  I have commented these status checks out of the source
  393. code, determined to do battle with them another day.  Can anyone
  394. supply the correct INT 2FH functions for these files?  Or are some
  395. of them red herrings that simply check INT 2FH to see if *other*
  396. files have been loaded (e.g. APPEND/ASSIGN)?
  397. 4)      The error beep sometimes fails to sound when you press PgDn
  398. while on the last page (or PgUp while on the first page).  I have no
  399. idea why. (!!corrected in version 4.5)
  400.